Skip to content

Conversation

smuppand
Copy link
Contributor

This update modifies the Zstd Archive Release workflow to use a Personal Access Token (PAT) instead of the default GITHUB_TOKEN, addressing SSO and credential restrictions:
Replaces GITHUB_TOKEN with secrets.PAT for both actions/create-release@v1 and actions/upload-release-asset@v1
Maintains semver tag matching (v*..) and manual dispatch support
Ensures the workflow can successfully authenticate under the organization’s SSO policy without modifying repository-level permissions

- Replace GITHUB_TOKEN with personal access token (`secrets.PAT`) for both `actions/create-release` and `actions/upload-release-asset`
- Ensures proper authentication under org SSO restrictions

Signed-off-by: Srikanth Muppandam <[email protected]>
@smuppand smuppand requested a review from abbajaj806 July 21, 2025 10:56
Copy link
Contributor

@abbajaj806 abbajaj806 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abbajaj806 abbajaj806 merged commit cf9e24b into qualcomm-linux:main Jul 21, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants